Other Protocols

The following protocols are available globally.

  • The MGLOfflineStorageDelegate protocol defines methods that a delegate of an MGLOfflineStorage object can optionally implement to transform various types of URLs before downloading them via the internet.

    See more

    Declaration

    Objective-C

    @protocol MGLOfflineStorageDelegate <NSObject>

    Swift

    protocol MGLOfflineStorageDelegate : NSObjectProtocol